home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / beaverblast.swf / scripts / DefineButton2_130 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2006-06-13  |  133 b   |  8 lines

  1. on(press){
  2.    if(!_root.retract && !_root.fire)
  3.    {
  4.       _root.back3.beaver.play();
  5.       _root.back3.archer.play();
  6.    }
  7. }
  8.